CSE 311: Section 3
Task 1 – This is Really Mod
Let
and
be positive integers.
Consider the following claim: for any integers
and
,
if
,
then
.
Write a formal proof that the claim holds,
given that
.
Hint: the claim to prove is
.
The fact we are given is that
.
Translate your formal proof to an English
proof.
Task 2 – Extended Euclidean Algorithm Practice
Find the multiplicative inverse of
of 7 mod 33. That is, find
such that
,
You should use the extended Euclidean Algorithm. Your answer should be
in the range
.
Now solve
(mod 33) for all of its integers solutions
.
Task 3 – Induction with Equality
For all
,
prove by induction that
.
Task 4 – Strong Induction
Consider the function
defined for
recursively as follows.
Use strong induction to prove that
for all integers
.